home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / os2 / mr2_130.zip / SEARCH.INI < prev   
Text File  |  1992-09-07  |  3KB  |  98 lines

  1. #
  2. # This is my personal INI file I use for my NERDNOOK.QWK packets.  I have
  3. # these lines in a NERDNOOK.INI file so that these searches only apply to
  4. # that board.  This file would supplement any settings (including "global"
  5. # search criteria) found in MR2.INI.
  6. #
  7.  
  8. ShowEmpties = No
  9.     # If set to YES, all defined search conferences are listed on the
  10.     # conference selection screen.  Empty conferences are shown with
  11.     # message counts of (0).  If set to NO, empty "custom" conferences
  12.     # are not listed.
  13.  
  14. DisplayStatus = No
  15.     # If set to YES, MR/2 will display a search progression string at the
  16.     # bottom of the screen.  This will appear similar to the normal
  17.     # searching status display.
  18.  
  19. SeparaterBar = Yes
  20.     # Specify YES if you wish a horizontal bar to appear between normal
  21.     # and custom conferences when listed for selection.
  22.  
  23. PositionOnMatchLine = Yes
  24.     # This causes the line that caused a message to "match" to be aligned
  25.     # at the top of the display - as if a search had been performed.
  26.     # Set this to NO if you wish to see the top of each message in all
  27.     # custom conferences.
  28.  
  29. #=====================================================================
  30. # The entry below tells MR/2 to build a conference called "Barcode".
  31. # It specifies that ALL conferences should be checked for the string
  32. # "Barcode" or "Bar Code".
  33.  
  34. MakeConference = Barcode
  35. Conferences=*
  36. String = Barcode\Bar Code
  37.  
  38.  
  39. #=====================================================================
  40. # The entry below tells MR/2 to build a conference called "MR/2".
  41. # It specifies that ALL conferences should be checked for the string
  42. # "MR/2" occuring in the subject line or body (no taglines are counted).
  43.  
  44. MakeConference = MR/2
  45. String = MR/2
  46. Check = Subject, Body
  47.  
  48.  
  49. #=====================================================================
  50. # The entry below tells MR/2 to build a conference called "MR/2 Taglines".
  51. # It specifies that ALL conferences should be checked for the string
  52. # "MR/2" in taglines ONLY.
  53.  
  54. MakeConference = MR/2 Taglines
  55. String = MR/2
  56. Check = Origin
  57.  
  58.  
  59. #=====================================================================
  60. # The entry below tells MR/2 to build a conference called
  61. # "DR DEBUG/C/C++ & OS/2".  It causes the 4 specified conferences
  62. # to be checked for the string "OS/2".
  63.  
  64. MakeConference = DR DEBUG/C/C++ & OS/2
  65. Conferences=93,99,111,183
  66. String = OS/2
  67.  
  68.  
  69. #=====================================================================
  70. # The entry below tells MR/2 to build a conference called "CTOS".
  71. # It specifies that ALL conferences should be checked for the string
  72. # "CTOS".
  73.  
  74. MakeConference = CTOS
  75. Conferences=*
  76. String = CTOS
  77.  
  78.  
  79. #=====================================================================
  80. # The entry below tells MR/2 to build a conference called "I.D. Images".
  81. # It specifies that ALL conferences should be checked for any of the
  82. # 4 strings given.
  83.  
  84. MakeConference = I.D. Images
  85. Conferences=*
  86. String = ID Images/I.D. Images/EasyLabel/Easy Label
  87.  
  88.  
  89. #=====================================================================
  90. # The entry below tells MR/2 to build a conference called "Zortech".
  91. # It specifies that ALL conferences should be checked for the string
  92. # "Zortech" or "ZTC".
  93.  
  94. MakeConference = Zortech
  95. Conferences=*
  96. String = Zortech\ZTC
  97.  
  98.